| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 4 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | View Code Duplication | const DB = require('../../libraries/db') |
|
| 8 | add: async function (data) { |
||
| 9 | let res = await ModelBase.execInsert(table, data) |
||
| 10 | return res; |
||
| 11 | }, |
||
| 12 | |||
| 51 |